go/types.environment.inTParamList (field)

5 uses

	go/types (current package)
		check.go#L43: 	inTParamList  bool                   // set if inside a type parameter list
		decl.go#L236: 			if check.inTParamList && isGeneric(obj.typ) {
		decl.go#L620: 	assert(!check.inTParamList)
		decl.go#L621: 	check.inTParamList = true
		decl.go#L623: 		check.inTParamList = false